home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 213_01 / cbprepr.bat < prev    next >
DOS Batch File  |  1980-01-01  |  512b  |  14 lines

  1. ;;CBPREPR.BAT       VERS:- 01.00  DATE:- 09/26/86  TIME:- 09:36:02 PM
  2. ;;
  3. ;;Submit file for filtering C code through cbprepr then cbr
  4. ;;
  5. ;;Usage:  batchr  cbprepr  input_file  output_file
  6. ;;
  7. ;;By J.A. Rupley, Tucson Arizona
  8. ;;Standard .bat = .sub = .zex command code
  9. ;;
  10. cbprepr <$1.c +$2.c
  11. cbr <$2.c +$2.c
  12. cr $2
  13. ;;diff $1.com,$2.com
  14.